home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 15
/
CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso
/
CUCD
/
Graphics
/
Ghostscript
/
source
/
copy_one.com
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-14
|
240 b
|
9 lines
$ ! OpenVMS command file to emulate behavior of:
$ !
$ ! Define the command for copying one file to another
$ !
$ COPY="COPY/LOG"
$ FILE = F$SEARCH("''P1'")
$ IF P2 .EQS. "." THEN P2 = "[]"
$ IF "''FILE'" .NES. "" THEN COPY 'FILE' 'P2'